home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000277_news@columbia.edu_Tue Jan 24 02:43:34 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12009
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 26 Jan 1995 08:26:41 -0500
  3. Received: by apakabar.cc.columbia.edu id AA23332
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 26 Jan 1995 08:26:38 -0500
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!news.duke.edu!news-feed-1.peachnet.edu!emory!cs.utk.edu!stc06.CTD.ORNL.GOV!rsg1.er.usgs.gov!jobone!lynx.unm.edu!news
  6. From: galway@chtm.eece.unm.edu (Denis McKeon)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: finish (no, not finnish!)
  9. Date: Tue, 24 Jan 95 09:43:34 MST
  10. Organization: Connemara - Computing for People
  11. Lines: 41
  12. Message-Id: <3g3anr$rcs@lynx.unm.edu>
  13. References: <1995Jan23.113710@hnrc.tufts.edu> <1995Jan23.113505.38853@cc.usu.edu>
  14. Reply-To: galway@chtm.eece.unm.edu
  15. Nntp-Posting-Host: chtm.eece.unm.edu
  16. X-Copyright: Copyright 1994 by Denis McKeon
  17. X-Mailer: Mail User's Shell (7.0.1 12/13/89)
  18. To: 
  19. Status: OR
  20.  
  21. [article both posted and mailed]
  22.  
  23. In <1995Jan23.113505.38853@cc.usu.edu>,
  24. Joe Doupnik <jrd@cc.usu.edu> wrote:
  25. >In article <1995Jan23.113710@hnrc.tufts.edu>, jerry@hnrc.tufts.edu (Jerry Dallal) writes:
  26. >> In previous PC versions, all I needed to type was 'f' at my PC's KErmit prompt
  27. >> to send a finish to a mainframe version working as a server.  With version 
  28. >> 3.14, 'f' is unrecognized and 'fi' is required.  I assume this is because 
  29. >> the forward command has been added.  Would it be a major violation of style
  30. >> if 'f' were allowed to continue to default to finish?
  31. >---------
  32. >    It would not be a swift idea. We already have too many "nicname"
  33. >commands as it is. Surely FIN is not to cumbersome to type. But if your
  34. >preferences are strong then DEFINE F FINISH. Self help.
  35. >    Joe D.
  36.  
  37. I agree about the "nickname" commands - one person's nifty abbreviation
  38. is another's non-mnemonic mystery - but I tried applying Joe's solution
  39. to re-name an existing command (or its nickname) and failed:
  40.  
  41.     MS-Kermit>ver
  42.     IBM-PC MS-DOS Kermit: 3.13 8 July 1993 patch level 17
  43.     MS-Kermit>show macro x
  44.      No macro(s)
  45.      Free space (bytes) for names: 612
  46.  
  47.     MS-Kermit>x
  48.     ?Transmit file not found
  49.     ?Timeout
  50.     MS-Kermit>define x push
  51.     MS-Kermit>show macro x
  52.      X = push
  53.      Free space (bytes) for names: 607
  54.  
  55.     MS-Kermit>x
  56.     ?Transmit file not found
  57.     ?Timeout
  58.     MS-Kermit> 
  59.  
  60. Any suggestions on how to use 'x' as a macro name?  
  61.